Skip to content

Conversation

MaddyRizvi
Copy link

Movie App

The Movie App is an Android application built using Java and follows the MVVM architecture. It fetches movie data from The Movie Database (TMDb) API and displays a list of movies on the screen in a user-friendly interface.

This app demonstrates modern Android development practices, including clean architecture, separation of concerns, and API integration.

Features

  • Fetches and displays a list of movies from the TMDb API.
  • Implements the MVVM (Model-View-ViewModel) architecture for clean and scalable code.
  • Displays movie titles, posters, and additional information in a RecyclerView.
  • Uses Retrofit for network requests and LiveData for observing data changes.
  • Material Design components for an intuitive user interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant